Learn R Programming

DDPM (version 0.1.0)

Female childbirth in West Bengal: The data show the frequency distribution of female childbirth in West Bengal

Description

The function gives the frequency distribution of female childbirth in West Bengal.

Usage

data_bengal

Value

data_bengal gives the frequency distribution of female childbirth in West Bengal.

Arguments

data_bengal

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the frequency distribution of female childbirth in West Bengal. Recently, they were used by Kumar (2020) and fitted by a probability model for the number of female childbirths.

References

Kumar, A. (2020). A probability model for the number of female childbirths. Journal of Statistics Applications & Probability. 9 (3), 525-534.

See Also

data_bihar, data_orissa

Examples

Run this code
x<-data_bengal
summary(x)
table (x)

Run the code above in your browser using DataLab